Q3ViewPlaneCamera_SetCenterY
You can use theQ3ViewPlaneCamera_SetCenterY
function to set the vertical center of the viewed object.
TQ3Status Q3ViewPlaneCamera_SetCenterY ( TQ3CameraObject camera, float centerYOnViewPlane);
camera
- A view plane camera object.
centerYOnViewPlane
- The desired y coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_SetCenterY
function sets the y coordinate of the center of the viewed object of the camera specified by thecamera
parameter to the value specified in thecenterYOnViewPlane
parameter.